home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Kant Generator Pro 1.2 / src / Shell ƒ / resource utilities.h < prev    next >
C/C++ Source or Header  |  1995-02-01  |  495b  |  10 lines

  1. OSErr OpenTheResFile(FSSpec* fs, short* oldRefNum, short* newRefNum, Boolean* alreadyOpen,
  2.     Boolean readOnly);
  3. void CloseTheResFile(short oldRefNum, short newRefNum, Boolean alreadyOpen);
  4. Handle SafeReleaseResource(Handle resHandle);
  5. Handle SafeDisposeIconSuite(Handle iconHandle);
  6. MenuHandle SafeDisposeMenu(MenuHandle theMenu);
  7. OSErr AddIndString(StringPtr theStr, short resID);
  8. OSErr DeleteIndString(short resID, short index);
  9. OSErr SetIndString(StringPtr theStr,short resID,short strIndex);
  10.